Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Conversation

@jeppe742
Copy link

@jeppe742 jeppe742 commented Feb 15, 2024

resolves #881

Problem

As described in #881, it would be very useful to get the session_id from the RunResult.
This especially makes sense for incremental models, where the model is split into multiple queries, of which only the last is returned by query_id, but all have the same session_id

Solution

Similar to #109, we will just add a property to SnowflakeAdapterResonse and fetch the session_id from the Snowflake connection

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@jeppe742 jeppe742 requested a review from a team as a code owner February 15, 2024 14:24
@cla-bot cla-bot bot added the cla:yes label Feb 15, 2024
@colin-rogers-dbt colin-rogers-dbt added the community This PR is from a community member label Jul 16, 2024
@mikealfare mikealfare added the type:enhancement New feature or request label Dec 13, 2024
@github-actions
Copy link
Contributor

This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jun 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla:yes community This PR is from a community member Stale type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ADAP-1091] [Feature] Include Snowflake session_id in run results response

3 participants